gsb2023/scripts/r-vp1-post.sh
2023-02-01 15:24:16 +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 &