use another approach

pull/56/head
Muhammad Atif Ali 2 years ago
parent 6d6cc6756b
commit 9555b727fd
No known key found for this signature in database

@ -9,7 +9,8 @@ echo "🥳 Installation comlete!"
echo "👷 Starting filebrowser in background..."
FOLDER=${FOLDER/\~/$HOME}
ROOT_DIR=${FOLDER}
ROOT_DIR=${ROOT_DIR/\~/$HOME}
filebrowser --noauth --root $FOLDER --port ${PORT} >${LOG_PATH} 2>&1 &

Loading…
Cancel
Save