mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Fixed:curl install
This commit is contained in:
parent
4ef11b40ef
commit
faba061ec9
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ yunohost app ssowatconf
|
|||
systemctl reload nginx
|
||||
|
||||
# Start Yourls install (database table creation)
|
||||
ynh_local_curl "/admin/install.php" "install=dummy"
|
||||
ynh_local_curl "admin/install.php" "install=dummy"
|
||||
|
||||
|
||||
# Calculate and store the config file checksum into the app settings
|
||||
|
|
Loading…
Reference in a new issue