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