locations of scripts fixed
This commit is contained in:
parent
da7ae38887
commit
20a2c95692
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# it should really NEVER be executed on a production system
|
||||
#
|
||||
# called by:
|
||||
# - /etc/rc2.d/S99cb-devel-features.sh (only if $DEVELPMENT_MARKER exists)
|
||||
# - /etc/rc2.d/S99cb-devel-features (only if $DEVELPMENT_MARKER exists)
|
||||
#
|
||||
|
||||
set -eu
|
||||
|
@ -15,7 +15,7 @@ set -eu
|
|||
|
||||
MIRROR_DIR=/tmp/mirror
|
||||
MIRROR_ORIG_DIR=/tmp/mirror.orig
|
||||
WRITE_DIRS="/usr/share/cryptobox /var/www /scripts /usr/lib/cryptobox"
|
||||
WRITE_DIRS="/usr/share/cryptobox /var/www /usr/lib/cryptobox"
|
||||
|
||||
ACTION="--help"
|
||||
[ $# -gt 0 ] && ACTION="$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue