diff options
Diffstat (limited to 'www-apps/otrs/files/reconfig')
-rw-r--r-- | www-apps/otrs/files/reconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/otrs/files/reconfig b/www-apps/otrs/files/reconfig index 6a3319d9b2a6..d4d9fe91f21f 100644 --- a/www-apps/otrs/files/reconfig +++ b/www-apps/otrs/files/reconfig @@ -2,6 +2,6 @@ if [ $1 = "start" -o $1 = "install" ]; then sed -i "s|/opt/otrs|${VHOST_ROOT}|" ${VHOST_ROOT}/Kernel/Config.pm.dist ${VHOST_ROOT}/scripts/* -else - echo $1 +elif [ $1 = "clean" ]; then + rm -f ${VHOST_ROOT}/scripts/* fi |