update
This commit is contained in:
@@ -33,7 +33,7 @@ function Quit {
|
||||
|
||||
function ModifyConf {
|
||||
[ -e $DATA_DIR/cloudreve.ini ] && return 0
|
||||
Print Generate cloudreve.ini ...
|
||||
Print Generating cloudreve.ini ...
|
||||
cat > $DATA_DIR/cloudreve.ini <<-EOF
|
||||
[System]
|
||||
Debug = false
|
||||
@@ -70,10 +70,11 @@ EOF
|
||||
}
|
||||
|
||||
function StartProc {
|
||||
Print Start cloudreve ...
|
||||
Print Starting cloudreve ...
|
||||
rm -f /socket/cloudreve
|
||||
/opt/cloudreve -c $DATA_DIR/cloudreve.ini &>> $LOG_DIR/cloudreve.out &
|
||||
PIDS="$PIDS $!"
|
||||
Print Cloudreve started.
|
||||
}
|
||||
|
||||
function Main {
|
||||
|
Reference in New Issue
Block a user