1
0
Fork 0
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:
Alexandre Aubin 2024-01-02 19:04:47 +01:00
parent 9baf14f2b4
commit 5063d6f8d9

View file

@ -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