aboutsummaryrefslogtreecommitdiff
path: root/scripts/once-only-nextcloud.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/once-only-nextcloud.sh')
-rwxr-xr-xscripts/once-only-nextcloud.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/once-only-nextcloud.sh b/scripts/once-only-nextcloud.sh
deleted file mode 100755
index 8400080..0000000
--- a/scripts/once-only-nextcloud.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ "$(pidof nextcloud)" ]
-then
- echo "Nextcloud already running."
-else
- echo "Nextcloud not running yet. Starting it."
- nextcloud & disown
-fi