Updated Nextcloud Maintenance Script to Sovran_SystemsOS_Updater
This commit is contained in:
parent
21057f982b
commit
ec85797ac1
@ -36,33 +36,16 @@ popd
|
|||||||
|
|
||||||
PASTA () {
|
PASTA () {
|
||||||
|
|
||||||
time_stamp=$(date +%Y-%m-%d-%T)
|
ssh root@localhost "sudo -u caddy php /var/lib/www/nextcloud/occ maintenance:repair"
|
||||||
|
|
||||||
ssh root@localhost "sudo -u caddy php /var/lib/www/nextcloud/occ maintenance:repair && sudo -u caddy php /var/lib/www/nextcloud/occ db:add-missing-indices &> /home/free/Documents/Updater_App_Logs/{$time_stamp}-Updater_Nextcloud_Maintenance_Log.txt"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PASTA_SAUCE () {
|
PASTA_SECONDS () {
|
||||||
|
|
||||||
pushd /home/free/Documents/Updater_App_Logs
|
ssh root@localhost "sudo -u caddy php /var/lib/www/nextcloud/occ db:add-missing-indices"
|
||||||
|
|
||||||
file=$(ls -Art | tail -n 1)
|
|
||||||
|
|
||||||
if grep -w "nix: error" $file ; then
|
|
||||||
|
|
||||||
zenity --error \
|
|
||||||
--width=1300 \
|
|
||||||
--title="Sovran_SystemsOS_Updater" \
|
|
||||||
--text="Could not complete the Nextcloud Maintenance. Check the Updater_Nextcloud_Maintenance_Log.txt in your Documents under Updater_App_Logs folder for more details."
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
FLAKE () {
|
FLAKE () {
|
||||||
|
|
||||||
time_stamp=$(date +%Y-%m-%d-%T)
|
time_stamp=$(date +%Y-%m-%d-%T)
|
||||||
@ -173,7 +156,7 @@ else
|
|||||||
|
|
||||||
PASTA | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Nextcloud Maintenance..." --title="Sovran_SystemsOS_Updater"
|
PASTA | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Nextcloud Maintenance..." --title="Sovran_SystemsOS_Updater"
|
||||||
|
|
||||||
PASTA_SAUCE
|
PASTA_SECONDS
|
||||||
|
|
||||||
FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Updater"
|
FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Updater"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user