|
@ -79,6 +79,8 @@ if [ "$installcontent" == 1 ]; then |
|
|
elif [ "$installcontent" == 0 ]; then |
|
|
elif [ "$installcontent" == 0 ]; then |
|
|
if [ -d "$contentfolder" ]; then |
|
|
if [ -d "$contentfolder" ]; then |
|
|
rm -rf $contentfolder |
|
|
rm -rf $contentfolder |
|
|
|
|
|
echo "" |
|
|
|
|
|
echo "$parm_type was succesfully deleted" |
|
|
else |
|
|
else |
|
|
echo "$parm_type was not installed on the Server before" |
|
|
echo "$parm_type was not installed on the Server before" |
|
|
fi |
|
|
fi |
|
@ -89,6 +91,8 @@ elif [ "$installcontent" == 2 ]; then |
|
|
exit 1 |
|
|
exit 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
fn_update_check |
|
|
|
|
|
|
|
|
elif [ "$installcontent" == 2 ]; then |
|
|
elif [ "$installcontent" == 2 ]; then |
|
|
if [ ! -d "$contentfolder" ]; then |
|
|
if [ ! -d "$contentfolder" ]; then |
|
|
echo "$parm_type was not installed before" |
|
|
echo "$parm_type was not installed before" |
|
|