mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 06:13:12 +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
|
# Test if variable CLIInstaller is set
|
||||||
if [[ -z $CLIInstaller ]]; then
|
if [[ -z $CLIInstaller ]]; then
|
||||||
|
|
||||||
# remove existing application
|
# remove existing application
|
||||||
if [ -e "$targetDir/$appName" ]; then
|
if [ -e "$targetDir/$appName" ]; then
|
||||||
printlog "Removing existing $targetDir/$appName"
|
printlog "Removing existing $targetDir/$appName"
|
||||||
|
|||||||
Reference in New Issue
Block a user