aboutsummaryrefslogtreecommitdiff
path: root/scripts/once-only-owncloud.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/once-only-owncloud.sh')
-rwxr-xr-xscripts/once-only-owncloud.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/once-only-owncloud.sh b/scripts/once-only-owncloud.sh
index 66b3ee4..874ba56 100755
--- a/scripts/once-only-owncloud.sh
+++ b/scripts/once-only-owncloud.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-if [ "$(pidof owncloud)" ]
+if [ "$(pidof nextcloud)" ]
then
echo "ownCloud already running."
else