X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-node%2Fbase%2Fbin%2Fargeo-cms;h=d93d89984bb9c84b8073e2be4b8e4ad8092d9156;hb=33407a2ae669ebafd67ca7348d52abfd44e45c09;hp=a1701a3ba41b58090b673ffc3a09c19df7e019d1;hpb=e7dc62c485696931a3e048d9102a7c86f9323b92;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-node/base/bin/argeo-cms b/dist/argeo-node/base/bin/argeo-cms index a1701a3ba..d93d89984 100755 --- a/dist/argeo-node/base/bin/argeo-cms +++ b/dist/argeo-node/base/bin/argeo-cms @@ -9,10 +9,8 @@ BASE_DIR=$BIN_DIR/.. # Directories and files CONF_DIR=$BASE_DIR/etc/$APP CONF_DIRS=$CONF_DIR/conf.d -#BASE_POLICY_ALL=/usr/share/$APP/all.policy BASE_CONFIG_INI=$BASE_DIR/share/$APP/config.ini -#EXEC_DIR=$BASE_DIR/var/lib/$APP EXEC_DIR=. DATA_DIR=$EXEC_DIR/data CONF_RW=$EXEC_DIR/state @@ -33,7 +31,7 @@ start() { mkdir -p $DATA_DIR # Merge config files - printf "## Equinox configuration - Generated by /usr/sbin/nodectl ##\n\n" > $CONFIG_INI + printf "## Equinox configuration - Generated by argeo-cms ##\n\n" > $CONFIG_INI cat $BASE_CONFIG_INI >> $CONFIG_INI printf "\n##\n## $CONF_DIR/$APP.ini\n##\n\n" >> $CONFIG_INI cat $CONF_DIR/$APP.ini >> $CONFIG_INI