mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 15:19:44 +00:00
wip
This commit is contained in:
parent
4a66a2f088
commit
a890cd555f
@ -2,13 +2,12 @@
|
||||
|
||||
set -e
|
||||
|
||||
APP_NAME="casaos-user-service"
|
||||
APP_NAME_SHORT="user-service"
|
||||
APP_NAME="casaos"
|
||||
|
||||
# copy config files
|
||||
CONF_PATH=/etc/casaos
|
||||
CONF_FILE=${CONF_PATH}/${APP_NAME_SHORT}.conf
|
||||
CONF_FILE_SAMPLE=${CONF_PATH}/${APP_NAME_SHORT}.conf.sample
|
||||
CONF_FILE=${CONF_PATH}/${APP_NAME}.conf
|
||||
CONF_FILE_SAMPLE=${CONF_PATH}/${APP_NAME}.conf.sample
|
||||
|
||||
if [ ! -f "${CONF_FILE}" ]; then \
|
||||
echo "Initializing config file..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user