add ups config and fix formatting
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
886037492c
commit
b31ebb1145
@ -2,4 +2,5 @@
|
||||
|
||||

|
||||
|
||||
A fork of the [4get](https://git.lolcat.ca/lolcat/4get) project, with my personal changes.
|
||||
A fork of the [4get](https://git.lolcat.ca/lolcat/4get) project, with my
|
||||
personal changes.
|
||||
|
@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ ! -f '/var/www/html/4get/data/config.php' ] && [ -f './gen_config.php' ]; then
|
||||
if [ ! -f '/var/www/html/4get/data/config.php' ] && [ -f './gen_config.php' ]
|
||||
then
|
||||
php ./gen_config.php
|
||||
rm -f ./gen_config.php
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user