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 e737c3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/ncp/BACKUPS/nc-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
}

Expand Down
1 change: 0 additions & 1 deletion bin/ncp/BACKUPS/nc-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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

Expand Down

0 comments on commit e737c3c

Please sign in to comment.