Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 27, 2024
1 parent ee4cdc0 commit d44b2ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion installer-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,9 @@ $nrconf{restart} = 'a';
sleep 15s

HOSTNAME=hostname -f | awk '{print $1}'

IP=$(curl -s https://checkip.amazonaws.com)
echo "Your Public IP: $IP"
sleep 10s

# SETUP COMPLETE MESSAGE
clear
Expand Down
4 changes: 3 additions & 1 deletion storage/app/linkpanel/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,9 @@ $nrconf{restart} = 'a';
sleep 15s

HOSTNAME=hostname -f | awk '{print $1}'

IP=$(curl -s https://checkip.amazonaws.com)
echo "Your Public IP: $IP"
sleep 10s

# SETUP COMPLETE MESSAGE
clear
Expand Down

0 comments on commit d44b2ef

Please sign in to comment.