mirror of https://github.com/tteck/Proxmox.git
feat(scripts): cleanup
This commit is contained in:
parent
52e4d19e23
commit
824fdf94dd
|
@ -77,4 +77,4 @@ description
|
|||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${APP} has been setup to claim GOG and Epic games. \n
|
||||
Make sure to run an initial login for the cookies to be set \n"
|
||||
Make sure to run an initial login for the cookies to be set. \n"
|
|
@ -83,6 +83,7 @@ EOF
|
|||
cd /opt
|
||||
chmod +x ./claimer_cron_creator.sh
|
||||
./claimer_cron_creator.sh
|
||||
rm ./claimer_cron_creator.sh
|
||||
msg_ok "Cron jobs created"
|
||||
|
||||
motd_ssh
|
||||
|
|
Loading…
Reference in New Issue