gsb2024/scripts/r-vp1-post.sh
2023-12-18 23:20:30 +01:00

6 lines
142 B
Bash

#!/bin/bash
#stoper le fw
systemctl stop ferm
#ouverture du service web pour copie distante
cd /root/confwg/ && python3 -m http.server 8000 &