1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Update install

This commit is contained in:
ericgaspar 2020-10-10 14:28:07 +02:00
parent bdf0998b6c
commit 160f42b4ae
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -106,7 +106,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=10
pushd "$final_path" || ynh_die
setup.sh
./setup.sh
popd || ynh_die
#=================================================