do not create backup config.php when rewriting SELF_URL_PATH

pull/5/head
Andrew Dolgov 4 years ago
parent 93ddc6684a
commit 70fdb9bdf6

@ -80,7 +80,7 @@ EOF
else
sed \
-e "s/define('SELF_URL_PATH'.*/define('SELF_URL_PATH','$SELF_URL_PATH');/" \
-i.bak $DST_DIR/config.php
-i $DST_DIR/config.php
fi
touch $DST_DIR/.app_is_ready

Loading…
Cancel
Save