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:
parent
95f1dcf02e
commit
1259e37c7c
2
mkimg.sh
2
mkimg.sh
@ -49,7 +49,7 @@ B=$(dirname $0)
|
|||||||
cd $B
|
cd $B
|
||||||
[ ! -d "$W" ] && echo "$W is not a directory" && exit 1
|
[ ! -d "$W" ] && echo "$W is not a directory" && exit 1
|
||||||
# start antd-tunnel service
|
# 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
|
cp ./opt/www/antd-config.ini $W/antd-config.ini
|
||||||
mkdir -p $W/db
|
mkdir -p $W/db
|
||||||
chmod 700 $W/db
|
chmod 700 $W/db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user