1
0
mirror of synced 2025-12-17 04:52:15 +01:00

Delete ps3netsrv directory

This commit is contained in:
d-two
2023-08-29 22:57:09 +02:00
committed by GitHub
parent f256f5141f
commit 92ef631667
17 changed files with 0 additions and 893 deletions

View File

@@ -1,20 +0,0 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
USER_ID=${USER_ID:-1000}
GROUP_ID=${GROUP_ID:-1000}
groupmod -o -g "$GROUP_ID" ps3netsrv
usermod -o -u "$USER_ID" ps3netsrv
echo '
-------------------------------------
GID/UID
-------------------------------------'
echo "
User uid: $(id -u ps3netsrv)
User gid: $(id -g ps3netsrv)
-------------------------------------
"
mkdir -p /media/ps3netsrv