commit 06b1de99fa0c5f5f30fe9fab65b55f55eeb394a9 from: mischa date: Thu May 09 18:27:14 2024 UTC split the wingman commands to two seperate commands for servesync to pick them up commit - ae548bb9798936b20127c5f387dbfaf64984b47a commit + 06b1de99fa0c5f5f30fe9fab65b55f55eeb394a9 blob - e036a10a78ec4da033398452d01cdcf87b113c53 blob + b7452c93615a770478fa039e25481074a5e1b873 --- cease.sh +++ cease.sh @@ -58,6 +58,7 @@ fi if [[ "${SERVER}" == server* ]] || [[ "${SERVER}" == mega* ]]; then openrsync -va --del /home/mischa/vms/ mischa@wm1.obsda.ms:vms/${HOST}/ - ssh wm1.obsda.ms "doas userdel -r ${HOST}${1%.txt} && doas groupdel ${HOST}${1%.txt}" + ssh wm1.obsda.ms "doas userdel -r ${HOST}${1%.txt}" + ssh wm1.obsda.ms "doas groupdel ${HOST}${1%.txt}" openrsync -va --del /home/mischa/vms/ mischa@rx.high5.nl:vms/${HOST}/ fi