mirror of
https://github.com/YunoHost-Apps/redirect_ynh.git
synced 2024-09-03 20:16:10 +02:00
Moar test debug ..
This commit is contained in:
parent
9baf14f2b4
commit
5063d6f8d9
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ WantedBy=multi-user.target
|
|||
EOF
|
||||
|
||||
mkdir -p /redirect
|
||||
mkdir -p /redirect/path
|
||||
echo "helloworld" > /redirect/index.html
|
||||
echo "helloworld" > /redirect/path/index.html
|
||||
systemctl daemon-reload
|
||||
ynh_systemd_action --service_name=whatever --action=enable
|
||||
ynh_systemd_action --service_name=whatever --action=restart
|
||||
|
|
Loading…
Add table
Reference in a new issue