fixed ifnet and also DELETED THE LEAKED WEBHOOK LOL

This commit is contained in:
2025-08-08 17:57:57 -06:00
parent 52b91af97c
commit 70c033ac39
3 changed files with 21 additions and 8 deletions
+6 -6
View File
@@ -53,12 +53,12 @@ echo "Placing in $finalDir"
sudo mv "$tmpDir/customscripts" "$finalDir"
# configure webhook
echo "Enter Discord Webhook URL"
read url
echo "Enter Tag to Notify"
read tag
sudo bash -c "echo '$url' > $finalDir/webhook.txt"
sudo bash -c "echo '$tag' > $finalDir/tag.txt"
# echo "Enter Discord Webhook URL"
# read url
# echo "Enter Tag to Notify"
# read tag
# sudo bash -c "echo '$url' > $finalDir/webhook.txt"
# sudo bash -c "echo '$tag' > $finalDir/tag.txt"
# fix ownership
echo "Changing ownership of $finalDir to $username:$username recursively"