mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
3 lines
76 B
Bash
3 lines
76 B
Bash
#!/bin/sh
|
|
su - selfoss -c "php7 -f /selfoss/cliupdate.php" > /dev/null 2>&1
|