readlink not readline
This commit is contained in:
parent
107d981371
commit
ad0f2da1e0
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -457,7 +457,7 @@ deploy () {
|
|||
btrfs property set -f -ts $(readlink -m $arkdep_dir/deployments/$deployment) ro false
|
||||
rm -rfv $(readlink -m $arkdep_dir/deployments/$deployment)
|
||||
rm -rfv $(readlink -m /boot/arkdep/$deployment)
|
||||
grep -rv $deployment $(readline -m $arkdep_dir/tracker) > $arkdep_dir/tracker
|
||||
grep -rv $deployment $(readlink -m $arkdep_dir/tracker) > $arkdep_dir/tracker
|
||||
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue