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:
parent
e0dfae9f96
commit
4eeef49340
5 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
app=pluxml
|
app=pluxml
|
||||||
app_path=/var/www/$app
|
app_path=/var/www/$app
|
||||||
|
@ -6,4 +6,4 @@ save_path=$1
|
||||||
|
|
||||||
sudo mkdir -p $save_path
|
sudo mkdir -p $save_path
|
||||||
sudo cp -R $app_path/data $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/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
app=pluxml
|
app=pluxml
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
app=pluxml
|
app=pluxml
|
||||||
domain=$(sudo yunohost app setting $app domain)
|
domain=$(sudo yunohost app setting $app domain)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
app=pluxml
|
app=pluxml
|
||||||
app_path=/var/www/$app
|
app_path=/var/www/$app
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
app=pluxml
|
app=pluxml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue