1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpsysinfo_ynh.git synced 2024-09-03 19:56:43 +02:00

Install and remove process

This commit is contained in:
inrepublica 2016-05-25 17:20:37 +02:00
parent 3077cf05d7
commit 68a75877f0
3 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
#!/bin/bash
# Define app
app=phpsysinfo
# Retrieve arguments
domain=$1
path=$2

View file

@ -1,3 +1,8 @@
#!/bin/bash
# Define app
app=phpsysinfo
# Retrieve app settings
domain=$(ynh_app_setting_get "$app" domain)
path=$(ynh_app_setting_get "$app" path)

View file

@ -0,0 +1 @@
#!/bin/bash