erreur sur le current user
This commit is contained in:
parent
164c69f580
commit
4ee5bcc04f
scripts/server-httpd
|
@ -8,7 +8,7 @@ source "$(dirname "$0")/../common/common_utils.sh"
|
|||
check_root
|
||||
|
||||
WWW_DIR="/var/www"
|
||||
REAL_USER="${SUDO_USER:-$(whoami)}"
|
||||
CURRENT_USER="${SUDO_USER:-$(whoami)}"
|
||||
|
||||
echo "Correction des permissions de $WWW_DIR/html si nécessaire..."
|
||||
if [ -d "$WWW_DIR/html" ]; then
|
||||
|
|
Loading…
Reference in New Issue