Skip to content

Commit

Permalink
Fix erroneously created symlinks in /usr/local/bin/ncp
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias K <[email protected]>
  • Loading branch information
theCalcaholic committed Jan 6, 2023
1 parent 712bd7b commit c96d9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions bin/ncp/BACKUPS/nc-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ install()
{
apt-get update
apt-get install -y --no-install-recommends pigz

ln -s /usr/local/bin/ncp-backup /usr/local/bin/ncp/ncp-backup
chmod +x /usr/local/bin/ncp/ncp-backup
}

configure()
Expand Down
6 changes: 1 addition & 5 deletions bin/ncp/BACKUPS/nc-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#

install()
{
ln -s /usr/local/bin/ncp-restore /usr/local/bin/ncp/ncp-restore
chmod +x /usr/local/bin/ncp/ncp-restore
}
install() { :; }

configure()
{
Expand Down

0 comments on commit c96d9a4

Please sign in to comment.