mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-25 16:44:49 +01:00
cyphernode proxy is now able to write files to user owned directories using su-exec
This commit is contained in:
@@ -31,7 +31,7 @@ createCurlConfig() {
|
||||
}
|
||||
|
||||
if [ ! -e ${DB_FILE} ]; then
|
||||
echo "DB not found, creating..." 1>&2
|
||||
echo "DB not found, creating..."
|
||||
cat watching.sql | sqlite3 $DB_FILE
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user