Loading update_jdn.sh +2 −2 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ if ! test -h /chroots; then fi # # deploy package configuration in /etc, /usr and /var # deploy package configuration in /etc, /usr, /var and /opt # cd $BASEDIR for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; do Loading @@ -286,7 +286,7 @@ for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; /usr/sbin/visudo -c -f "$f" > /dev/null done fi for d in etc usr var; do for d in etc usr var opt; do if [ -d "hosts/$h/$d" ]; then sudo cp --preserve=mode,timestamps -r "hosts/$h/$d/"* "/$d" fi Loading Loading
update_jdn.sh +2 −2 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ if ! test -h /chroots; then fi # # deploy package configuration in /etc, /usr and /var # deploy package configuration in /etc, /usr, /var and /opt # cd $BASEDIR for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; do Loading @@ -286,7 +286,7 @@ for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; /usr/sbin/visudo -c -f "$f" > /dev/null done fi for d in etc usr var; do for d in etc usr var opt; do if [ -d "hosts/$h/$d" ]; then sudo cp --preserve=mode,timestamps -r "hosts/$h/$d/"* "/$d" fi Loading