mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 09:02:01 +01:00
5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/bin/bash
|
||
|
chown -R node:node /home/node
|
||
|
su node -c "$*"
|
||
|
|