Rebrand project from web4beginners to ikfreunde
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
||||
|
||||
rm -f "$PID_FILE"
|
||||
|
||||
ln -sf web4beginners.com.html index.html
|
||||
ln -sf ikfreunde.com.html index.html
|
||||
nohup python3 -m http.server "$PORT" --bind 127.0.0.1 >"$LOG_FILE" 2>&1 &
|
||||
SERVER_PID=$!
|
||||
echo "$SERVER_PID" > "$PID_FILE"
|
||||
|
||||
Reference in New Issue
Block a user