Bonjour,
Est-ce que vous savez où est l’erreur dans ce shell. Il est tard mais je
ne vois pas où est l’erreur ?
[code]#!/bin/sh
action=$1
if [ “$action” = “start” ]; then
#/bin/su fox -c "cd /home/fox/css/; screen -AmdSL test ./srcds_run -game cstrike +maxplayers 20 +map de_dust2 -autoupdate -port 27015"
fi
if [ “$action” = “stop” ]; then
/bin/su fox -c "screen -dr test -X quit"
fi[/code]
Merci d’avance