1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Fix: Typo

This commit is contained in:
Fabian Wilkens 2021-07-11 17:36:53 +02:00
parent eb0029fa1c
commit 8bfd66561a
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

@ -250,14 +250,12 @@ fi
# Remove old config scripts
if [ -e "/etc/yunohost/apps/$app/config_panel.toml" ]; then
{
ynh_secure_remove --file="/etc/yunohost/apps/$app/config_panel.toml"
}
fi
if [ -e "/etc/yunohost/apps/$app/scripts/config" ]; then
{
ynh_secure_remove --file="/etc/yunohost/apps/$app/scripts/config"
}
fi
# Remove old dependencies
if [[ ! $standalone ]];