Skip to content
Snippets Groups Projects
Commit 0ebcb938 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena nazvu funkce

parent 756703c3
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ uninstallWardenServer() ...@@ -140,7 +140,7 @@ uninstallWardenServer()
} }
deleteSymlinks() removeSymlinks()
{ {
echo -n "Checking symbolic links directory $symbin ... " echo -n "Checking symbolic links directory $symbin ... "
if [[ -d $symbin && -w $symbin ]]; then if [[ -d $symbin && -w $symbin ]]; then
...@@ -200,8 +200,8 @@ createBackup ...@@ -200,8 +200,8 @@ createBackup
# uninstall Warden server # uninstall Warden server
uninstallWardenServer || exit 1 uninstallWardenServer || exit 1
# delete symlinks from $symbin (if -s option is set) # remove symlinks from $symbin (if -s option is set)
[[ ! -z "$symbin" ]] && deleteSymlinks [[ ! -z "$symbin" ]] && removeSymlinks
echo echo
echo "------------------------- Summary ---------------------------------------" echo "------------------------- Summary ---------------------------------------"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment