1
0

stop-webdav-apachedrone.sh 269 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. #
  3. # Nextcloud
  4. # retrieve current folder to remove the config from the parent folder
  5. thisFolder=`echo $0 | sed 's#env/stop-webdav-apachedrone\.sh##'`
  6. if [ -z "$thisFolder" ]; then
  7. thisFolder="."
  8. fi;
  9. # cleanup
  10. rm $thisFolder/config.webdav.php