diff options
Diffstat (limited to 'etc/setup.d/05file')
-rwxr-xr-x | etc/setup.d/05file | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/setup.d/05file b/etc/setup.d/05file index 7fa7e4bf..13cca7c2 100755 --- a/etc/setup.d/05file +++ b/etc/setup.d/05file @@ -21,12 +21,7 @@ set -e . "$SETUP_DATA_DIR/common-data" . "$SETUP_DATA_DIR/common-functions" - -if [ -f "$CHROOT_SCRIPT_CONFIG" ]; then - . "$CHROOT_SCRIPT_CONFIG" -elif [ "$STATUS" = "ok" ]; then - fatal "script-config file '$CHROOT_SCRIPT_CONFIG' does not exist" -fi +. "$SETUP_DATA_DIR/common-config" # Check file type check_filetype() |