We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bf222 commit d1881feCopy full SHA for d1881fe
runtipi/install.sh
@@ -11,7 +11,7 @@ CURRENT_IP=$(hostname -I | awk '{print $1}')
11
RUNTIPI_PATH="/opt/runtipi"
12
13
# Generate a path for a log file to output into for debugging
14
-LOGPATH=$(realpath "/runtipi_logs/runtipi_install_$(date +%s).log")
+LOGPATH=$(realpath "runtipi_install_$(date +%s).log")
15
16
echo "If there is an error, please check the log file at $LOGPATH"
17
echo ""
0 commit comments