create tmp path for db
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
2
mkimg.sh
2
mkimg.sh
@@ -49,7 +49,7 @@ B=$(dirname $0)
|
||||
cd $B
|
||||
[ ! -d "$W" ] && echo "$W is not a directory" && exit 1
|
||||
# start antd-tunnel service
|
||||
if[ ! -f "$W/antd-config.ini" ]; then
|
||||
if [ ! -f "$W/antd-config.ini" ]; then
|
||||
cp ./opt/www/antd-config.ini $W/antd-config.ini
|
||||
mkdir -p $W/db
|
||||
chmod 700 $W/db
|
||||
|
Reference in New Issue
Block a user