Skip to content

Commit d04bc95

Browse files
committed
Add missing $BIN infront of command
1 parent b49c21e commit d04bc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.9.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
2424
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
2525

2626
# Delete all ssh keys for the filemanager make sure hestiaweb can read them.
27-
for user in $(v-list-sys-users plain); do
27+
for user in $($BIN/v-list-sys-users plain); do
2828
if [ -f /home/$user/.ssh/hst-filemanager-key ]; then
2929
# Remove old filemanager key
3030
rm -f /home/$user/.ssh/hst-filemanager-key

0 commit comments

Comments
 (0)