Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-03 13:03:53 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-03 13:03:53 +0300
commit272fe72fbfe53775cdb57f88d77accf415611939 (patch)
treebadd0b08f4d5b4190462507914a0a9a8ac826479 /update.sh
parent28d2332eb9deace56c4f5aec0c087806aead31aa (diff)
update: silence dhcpcd not present
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index ea47c5f8..a99c7454 100755
--- a/update.sh
+++ b/update.sh
@@ -129,7 +129,7 @@ EOF
# Update files after renaming to NCPlus
sed -i 's|NextCloudPi automatically|NextCloudPlus automatically|' /etc/samba/smb.conf
- sed -i 's|NextCloudPi autogenerated|NextCloudPlus autogenerated|' /etc/dhcpcd.conf
+ sed -i 's|NextCloudPi autogenerated|NextCloudPlus autogenerated|' /etc/dhcpcd.conf &>/dev/null
sed -i 's|NextCloudPi|NextCloudPlus|' /etc/fail2ban/action.d/sendmail-whois-lines.conf
sed -i 's|nextcloudpi-config.d|ncp-config.d|' /home/www/ncp-launcher.sh
mv /etc/apt/apt.conf.d/20nextcloudpi-upgrades /etc/apt/apt.conf.d/20ncp-upgrades &>/dev/null