Skip to content
Snippets Groups Projects
finish.sh 248 B
Newer Older
#!/bin/bash -eux

Pierre Ozoux's avatar
Pierre Ozoux committed
systemctl list-units | grep -c failed | grep 0
applications=( static wordpress known piwik owncloud )

for application in "${applications[@]}"
do
Pierre Ozoux's avatar
Pierre Ozoux committed
  curl -Lk $application.test
Pierre Ozoux's avatar
Pierre Ozoux committed
  /data/indiehosters/tests/clean.sh $application