Skip to content

Commit

Permalink
feat: add running log: /tmp/danted_install.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy authored Nov 26, 2022
1 parent 8334f29 commit 2dd79f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi

if [ -n "$SYSTEM_RECOGNIZE" ];then
wget -qO- --no-check-certificate ${REQUEST_SERVER}/install_${SYSTEM_RECOGNIZE}.sh | \
bash -s -- $*
bash -s -- $* | tee /tmp/danted_install.log
else
printf "[Error] Installing terminated"
exit 1
Expand Down

0 comments on commit 2dd79f1

Please sign in to comment.