Sha256: 6b67cccad5d07f4f69fd3ffa4093a67a144b2e01332497c2fc615f883a3d69e5
Contents?: true
Size: 300 Bytes
Versions: 15
Compression:
Stored size: 300 Bytes
Contents
# TODO: Send patches to Specinfra Specinfra::Command::Base::User.class_eval do class << self def update_home_directory(user, directory) # -m: Move the content of the user's home directory to the new location. "usermod -m -d #{escape(directory)} #{escape(user)}" end end end
Version data entries
15 entries across 15 versions & 1 rubygems