Skip to content
Snippets Groups Projects
Commit 09dc3887 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

oops

parent 36aacfe4
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ config_tree_base_user(){
oblog "Create base tree for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "if ! [[ s6-test /home/${NEWUSER}/.66/system/base ]]; then \
su "${NEWUSER}" -c "if ! s6-test -d /home/${NEWUSER}/.66/system/base; then \
66-tree -zv3 -Ecn base ; \
fi" || die "unable to create base tree"
}
......
......@@ -143,7 +143,7 @@ config_tree_base_user(){
oblog "Create base tree for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "if ! [[ s6-test /home/${NEWUSER}/.66/system/base ]]; then \
su "${NEWUSER}" -c "if ! s6-test -d /home/${NEWUSER}/.66/system/base; then \
66-tree -zv3 -Ecn base ; \
fi" || die "unable to create base tree"
}
......
......@@ -207,7 +207,7 @@ config_tree_base_user(){
out_progress "Starting ..."
su "${NEWUSER}" -c "if ! [[ s6-test /home/${NEWUSER}/.66/system/${NEWUSER} ]]; then \
su "${NEWUSER}" -c "if ! s6-test -d /home/${NEWUSER}/.66/system/${NEWUSER}; then \
66-tree -zv3 -Ecn ${NEWUSER} ; \
fi" || die "unable to create base tree"
......
......@@ -142,7 +142,7 @@ config_tree_base_user(){
oblog "Create base tree for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "if ! [[ s6-test /home/${NEWUSER}/.66/system/base ]]; then \
su "${NEWUSER}" -c "if ! s6-test -d /home/${NEWUSER}/.66/system/base; then \
66-tree -zv3 -Ecn base ; \
fi" || die "unable to create base tree"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment