mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-16 22:07:16 +01:00
Update functions.sh
This commit is contained in:
@@ -378,6 +378,7 @@ installAppWithPath() { # $1: path to app to install in $targetDir
|
||||
|
||||
# Test if variable CLIInstaller is set
|
||||
if [[ -z $CLIInstaller ]]; then
|
||||
|
||||
# remove existing application
|
||||
if [ -e "$targetDir/$appName" ]; then
|
||||
printlog "Removing existing $targetDir/$appName"
|
||||
|
||||
Reference in New Issue
Block a user