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
path: root/ncp.sh
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-28 13:25:14 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-28 13:25:14 +0300
commitb619457627f4c5761f4d4e85a60e7ac40e53c073 (patch)
tree9683bd657b0c5ce25c826fbb00ea40f61d6f26e0 /ncp.sh
parent03261fc952f8e272934caac29774b1bf9f0ea0f2 (diff)
build: fix raspi-config integration in new build
Diffstat (limited to 'ncp.sh')
-rw-r--r--ncp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp.sh b/ncp.sh
index 5439b4db..1fee5be4 100644
--- a/ncp.sh
+++ b/ncp.sh
@@ -32,8 +32,8 @@ install()
# include option in raspi-config (only Raspbian)
test -f /usr/bin/raspi-config && {
- sed -i '/Change User Password/i"0 NextCloudPi Configuration" "Configuration of NextCloudPi" \\\\' /usr/bin/raspi-config
- sed -i '/1\\\\ \*) do_change_pass ;;/i0\\\\ *) ncp-config ;;' /usr/bin/raspi-config
+ sed -i '/Change User Password/i"0 NextCloudPi Configuration" "Configuration of NextCloudPi" \\' /usr/bin/raspi-config
+ sed -i '/1\\ \*) do_change_pass ;;/i0\\ *) ncp-config ;;' /usr/bin/raspi-config
}
# NCP-WEB