Skip to content

Commit 583cb04

Browse files
committed
remove type
1 parent e3aabe7 commit 583cb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php console.php config:system:set trusted_domains 1 --value=server
77
php console.php config:system:set trusted_domains 2 --value=nextcloud.local
88
php console.php config:system:set trusted_domains 3 --value=thirdparty
99
# set 'tester' and 'https://tester' as tyrusted apps for the test suite to run
10-
php console.php config:app:set solid trustedApps --type=string --value='["https://tester", "tester"]'
10+
php console.php config:app:set solid trustedApps --value='["https://tester", "tester"]'
1111

1212
echo configured
1313
mkdir -p /var/www/html/data/files_trashbin/versions

0 commit comments

Comments
 (0)