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:
parent
eb0029fa1c
commit
8bfd66561a
1 changed files with 2 additions and 4 deletions
|
@ -250,14 +250,12 @@ fi
|
||||||
|
|
||||||
# Remove old config scripts
|
# Remove old config scripts
|
||||||
if [ -e "/etc/yunohost/apps/$app/config_panel.toml" ]; then
|
if [ -e "/etc/yunohost/apps/$app/config_panel.toml" ]; then
|
||||||
{
|
|
||||||
ynh_secure_remove --file="/etc/yunohost/apps/$app/config_panel.toml"
|
ynh_secure_remove --file="/etc/yunohost/apps/$app/config_panel.toml"
|
||||||
}
|
fi
|
||||||
|
|
||||||
if [ -e "/etc/yunohost/apps/$app/scripts/config" ]; then
|
if [ -e "/etc/yunohost/apps/$app/scripts/config" ]; then
|
||||||
{
|
|
||||||
ynh_secure_remove --file="/etc/yunohost/apps/$app/scripts/config"
|
ynh_secure_remove --file="/etc/yunohost/apps/$app/scripts/config"
|
||||||
}
|
fi
|
||||||
|
|
||||||
# Remove old dependencies
|
# Remove old dependencies
|
||||||
if [[ ! $standalone ]];
|
if [[ ! $standalone ]];
|
||||||
|
|
Loading…
Reference in a new issue