Skip to content

Commit d1881fe

Browse files
Change log path
1 parent 63bf222 commit d1881fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtipi/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CURRENT_IP=$(hostname -I | awk '{print $1}')
1111
RUNTIPI_PATH="/opt/runtipi"
1212

1313
# Generate a path for a log file to output into for debugging
14-
LOGPATH=$(realpath "/runtipi_logs/runtipi_install_$(date +%s).log")
14+
LOGPATH=$(realpath "runtipi_install_$(date +%s).log")
1515

1616
echo "If there is an error, please check the log file at $LOGPATH"
1717
echo ""

0 commit comments

Comments
 (0)