weorkan on instal,ler

This commit is contained in:
2026-04-23 00:22:04 -06:00
parent 2f280088f6
commit 22930210c8
+2 -2
View File
@@ -22,14 +22,14 @@ fi
if [ ! -f /usr/share/DREAMMAKER/.discord_url ]; then if [ ! -f /usr/share/DREAMMAKER/.discord_url ]; then
echo -e "Enter Discord Webhook URL\n\tRight click on server->server settings->integrations" echo -e "Enter Discord Webhook URL\n\tRight click on server->server settings->integrations"
read discord_file read discord_file
echo "$discord_file" > /usr/share/DREAMMAKER/.discord_url sudo bash -c "echo \"$discord_file\" > /usr/share/DREAMMAKER/.discord_url"
echo echo
fi fi
if [ ! -f /usr/share/DREAMMAKER/.discord_tag ]; then if [ ! -f /usr/share/DREAMMAKER/.discord_tag ]; then
echo -e "Enter Discord Member group to tag\n\tuse a backslash when tagging the roll like \\@notifications" echo -e "Enter Discord Member group to tag\n\tuse a backslash when tagging the roll like \\@notifications"
read discord_tag_file read discord_tag_file
echo "$discord_tag_file" > /usr/share/DREAMMAKER/.discord_tag sudo bash -c "echo \"$discord_tag_file\" > /usr/share/DREAMMAKER/.discord_tag"
echo echo
fi fi