Skip to content

Commit c96d9a4

Browse files
committed
Fix erroneously created symlinks in /usr/local/bin/ncp
Signed-off-by: Tobias K <[email protected]>
1 parent 712bd7b commit c96d9a4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

bin/ncp/BACKUPS/nc-backup.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ install()
1818
{
1919
apt-get update
2020
apt-get install -y --no-install-recommends pigz
21-
22-
ln -s /usr/local/bin/ncp-backup /usr/local/bin/ncp/ncp-backup
23-
chmod +x /usr/local/bin/ncp/ncp-backup
2421
}
2522

2623
configure()

bin/ncp/BACKUPS/nc-restore.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
1010
#
1111

12-
install()
13-
{
14-
ln -s /usr/local/bin/ncp-restore /usr/local/bin/ncp/ncp-restore
15-
chmod +x /usr/local/bin/ncp/ncp-restore
16-
}
12+
install() { :; }
1713

1814
configure()
1915
{

0 commit comments

Comments
 (0)