mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
Update
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ if ! is_array_empty "$resources_to_restart"; then
|
||||
for resource in $resources_to_restart; do
|
||||
echo "Restarting ${resource}"
|
||||
echo "ensure ${resource} ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD}"
|
||||
icecon --command "ensure ${resource}" "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}"
|
||||
icecon --command "ensure ${resource}" ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD}
|
||||
done
|
||||
else
|
||||
echo "Will restart the whole server"
|
||||
|
||||
Reference in New Issue
Block a user