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

[fix] bash header.

This commit is contained in:
Moul 2016-06-14 12:25:46 +02:00
parent e0dfae9f96
commit 4eeef49340
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
app=pluxml
app_path=/var/www/$app
@ -6,4 +6,4 @@ save_path=$1
sudo mkdir -p $save_path
sudo cp -R $app_path/data $save_path/
sudo cp $app_path/config.php $save_path/
sudo cp $app_path/config.php $save_path/

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
app=pluxml

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
app=pluxml
domain=$(sudo yunohost app setting $app domain)

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
app=pluxml
app_path=/var/www/$app

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
app=pluxml