mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-snapshot-auto.sh: Ad quotes to allow datadirectory paths with spaces
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
9b8af4db99
commit
2c94c420d8
@ -29,7 +29,7 @@ configure()
|
||||
|
||||
source /usr/local/etc/library.sh
|
||||
|
||||
DATADIR=\$(get_nc_config_value datadirectory) || {
|
||||
DATADIR="\$(get_nc_config_value datadirectory)" || {
|
||||
echo -e "Error reading data directory. Is NextCloud running and configured?";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user