1754707459
This commit is contained in:
@@ -11,11 +11,11 @@ else
|
||||
fi
|
||||
|
||||
# get webhook url
|
||||
echo "Enter Discord Webhook URL"
|
||||
echo -e "\nEnter Discord Webhook URL"
|
||||
read webhook_url
|
||||
|
||||
# get tag
|
||||
echo "Enter Tag to Notify"
|
||||
echo -e "\nEnter Tag to Notify"
|
||||
read webhook_tag
|
||||
|
||||
# write da files
|
||||
@@ -28,4 +28,6 @@ sudo chown -R $username:$username $finalDir
|
||||
|
||||
# fix perms
|
||||
echo "Setting perms of $finalDir and contents to 775"
|
||||
sudo chmod -R 775 $finalDir
|
||||
sudo chmod -R 775 $finalDir
|
||||
|
||||
echo -e "\n\nDone! Restart shell:\n\texec \"\$SHELL\"\n"
|
||||
|
||||
Reference in New Issue
Block a user