mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
11 lines
147 B
Text
11 lines
147 B
Text
|
set -eux
|
||
|
|
||
|
# Source app helpers
|
||
|
source /usr/share/yunohost/helpers
|
||
|
|
||
|
app=$YNH_APP_INSTANCE_NAME
|
||
|
|
||
|
mkdir -p /var/www/$app
|
||
|
|
||
|
cp ../conf/* /var/www/$app/
|