mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
feat: ✨ Add variables Env for cron feature
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
printf "\e[0;34m***** RUNNING SCRIPTS init.sh *****\e[0m\n"
|
||||
|
||||
if [[ ! "${PUID}" -eq 0 ]] && [[ ! "${PGID}" -eq 0 ]]; then
|
||||
printf "\e[0;32m*****EXECUTING USERMOD*****\e[0m\n"
|
||||
usermod -o -u "${PUID}" steam
|
||||
|
||||
Reference in New Issue
Block a user