From 68a75877f09e04401c137b3501a9a2487a894d88 Mon Sep 17 00:00:00 2001 From: inrepublica Date: Wed, 25 May 2016 17:20:37 +0200 Subject: [PATCH] Install and remove process --- scripts/install | 5 +++++ scripts/remove | 5 +++++ scripts/upgrade | 1 + 3 files changed, 11 insertions(+) diff --git a/scripts/install b/scripts/install index edf468b..120046b 100644 --- a/scripts/install +++ b/scripts/install @@ -1,3 +1,8 @@ +#!/bin/bash + +# Define app +app=phpsysinfo + # Retrieve arguments domain=$1 path=$2 diff --git a/scripts/remove b/scripts/remove index d47d5dc..448944e 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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) diff --git a/scripts/upgrade b/scripts/upgrade index e69de29..cc1f786 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -0,0 +1 @@ +#!/bin/bash \ No newline at end of file