We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49c21e commit d04bc95Copy full SHA for d04bc95
1 file changed
install/upgrade/versions/1.9.2.sh
@@ -24,7 +24,7 @@ upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
24
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
25
26
# Delete all ssh keys for the filemanager make sure hestiaweb can read them.
27
-for user in $(v-list-sys-users plain); do
+for user in $($BIN/v-list-sys-users plain); do
28
if [ -f /home/$user/.ssh/hst-filemanager-key ]; then
29
# Remove old filemanager key
30
rm -f /home/$user/.ssh/hst-filemanager-key
0 commit comments