mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 16:11:55 +00:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ ! -f /root/sync.sh ]]; then
|
|
cp /etc/sync.sh /root/sync.sh
|
|
fi
|
|
|
|
bash /root/sync.sh
|